|
|
|
|
OrientationDefault Property, SftTree Class |
Defines the default orientation of the parts within cells in the item area.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Property OrientationDefault As OrientationEnum |
C# |
public OrientationEnum OrientationDefault { get; set; } |
C++ |
public: property OrientationEnum OrientationDefault { |
Property Value
The default orientation.
Value |
Description |
|
1 | Parts are positioned next to each other. | |
2 | Parts are positioned one below the other. |
The default value is OrientationEnum.Horizontal.
Comments
The OrientationDefault property defines the default orientation of the parts within cells in the item area.
Individual cells can override the default orientation using the CellBaseClass.Orientation property.
The defined orientation also applies to all row headers in the item area.